SftTabs/NET 6.0

MouseDown Event, SftTabs Class

Softel vdm, Inc.

Occurs when the mouse pointer is over the control and a mouse button is pressed.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Event MouseDown As MouseEventHandler

C#   

public event MouseEventHandler MouseDown;

C++   

public: event MouseEventHandler MouseDown;

Event Data

The MouseDown event handler receives an argument of type MouseEventArgs containing data related to this event.

Comments

The MouseDown event occurs when the mouse pointer is over the control and a mouse button is pressed.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com